package
2.51.2+incompatible
Repository: https://github.com/delphit430/v2ray-core.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package buf provides a light-weight memory allocation mechanism.
Package crypto provides common crypto libraries for V2Ray.
Package dice contains common functions to generate random number.
Package errors is a drop-in replacement for Golang lib 'errors'.
Package net is a drop-in replacement to Golang's net package, with some more functionalities.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

CreateObject creates an object by its config.
Must panics if err is not nil.
Must2 panics if the second parameter is not nil.
RegisterConfig registers a global config creator.

# Type aliases

ConfigCreator is a function to create an object by a config.