v/vlib
yuyi 07e9ed1a1d
cgen: fix interface embedding method call ()
2022-02-21 17:49:38 +02:00
..
arrays
benchmark docs: add more documentation to each of the modules in vlib () 2022-01-07 13:28:50 +02:00
bitfield docs: add more documentation to each of the modules in vlib () 2022-01-07 13:28:50 +02:00
builtin scanner: remove the restriction for \x00 in strings () 2022-02-16 23:41:05 +02:00
cli cli: make help fn's public () 2022-01-25 15:58:06 +02:00
clipboard
compress
context vlib/context: add onecontext as submodule () 2021-12-02 11:15:07 +02:00
crypto ed25519: make public ed25519.internal.edwars25519.Element () 2022-02-16 22:56:14 +02:00
darwin docs: adding skeleton README.md files for all vlib modules () 2022-01-05 18:06:08 +02:00
datatypes
dl
dlmalloc
encoding
eventbus
flag
fontstash docs: adding skeleton README.md files for all vlib modules () 2022-01-05 18:06:08 +02:00
gg gg: improve Context scale for Android () 2022-02-21 12:12:21 +02:00
gx gx: implement C1.over(C2), add gx.cyan and gx.magenta, fix + and - ops, add more tests 2022-01-29 21:40:09 +02:00
hash
io
js
jsdom
json
log
math math.complex: make mutable the Complex.re and Complex.im fields () 2022-02-21 12:39:45 +02:00
mssql
mysql
net parser: check error for defer propagate (fix ) () 2022-02-20 12:29:08 +02:00
orm
os os: allow using XDG_CACHE_HOME for choosing the folder returned by `os.cache_dir()` on windows too 2022-02-13 11:18:51 +02:00
pg docs: adding skeleton README.md files for all vlib modules () 2022-01-05 18:06:08 +02:00
picoev picoev: remove unused `#flag` () 2022-01-28 20:36:41 +02:00
picohttpparser
rand
readline
regex regex: fix bug in replace_by_fn () 2022-02-02 10:52:18 +02:00
runtime runtime: simplify nr_cpus 2022-01-19 19:29:29 +02:00
semver
sokol
sqlite
stbi docs: adding skeleton README.md files for all vlib modules () 2022-01-05 18:06:08 +02:00
strconv strconv: bug fix for "${239.5:0.0f}" () 2022-02-16 11:33:29 +03:00
strings strings: add find_between_pair () 2022-02-15 15:12:15 +02:00
sync sync,ci: bump vtest retry for channel_select_6_test.v 2022-02-12 19:22:27 +02:00
szip
term
time builtin: change IError `msg` and `code` to methods + fix vlib, add a deprecation notice for the old usages () 2022-02-11 15:52:33 +02:00
toml
v cgen: fix interface embedding method call () 2022-02-21 17:49:38 +02:00
vweb
x
.vdocignore
README.md

README.md

vlib Documentation

vlib is the term for all modules included by default with V and maintained as part of the V source code repository.

Some included modules depend on third party libraries, and these are kept separate in the thirdparty directory at the root level of the source repository.