ds 0.10.0
A C library to safely yet efficiently work with UTF-8–encoded, growable dynamic strings.
ds Directory Reference
Directory dependency graph for ds:
src/ds

Files

file  alloc.c [code]
 Implementation of the Allocator type, related constants and functions.
 
file  char.c [code]
 Implementation of the char type, related constants and functions.
 
file  cstr.c [code]
 Implementation of the C-string types, related constants and functions.
 
file  helpers.c [code]
 Implementation of helper constants and functions.
 
file  result.c [code]
 Implementation of the Result enumeration type, related constants and functions.
 
file  string.c [code]
 Implementation of the String type, related constants and functions.
 
file  usize.c [code]
 Implementation of the usize type, related constants and functions.