chobitlibs

Crates.iochobitlibs
lib.rschobitlibs
version0.9.0
sourcesrc
created_at2023-01-07 03:01:55.668838
updated_at2024-07-05 15:08:56.738082
descriptionSingle file libraries for my project.
homepage
repositoryhttps://github.com/MetalPhaeton/chobitlibs
max_upload_size
id752743
size2,470,193
石橋宏之利 (MetalPhaeton)

documentation

README

ChobitLibs

ChobitLibs is single file libraries.
You can put each src file into your project.

All libraries are WTFPL License.

Libraries

All libraries can be used in no_std.

  • chobit_map.rs : Hash table.
  • chobit_hash.rs : Hash functions.
  • chobit_rand.rs : Random number generator.
  • chobit_ai.rs : Neural network library.
  • chobit_sexpr.rs : Structured byte string.
  • chobit_complex.rs : Complex number for high-speed rotation.
  • chobit_playbook.rs : Playbook parser for novel games.
  • chobit_ani_value.rs : Utility for UV animation.
  • chobit_flow.rs : Flowchart framework.

TypeScript

  • chobit_module.rs : WASM module library.
  • chobit_module_util.ts : Utility for chobit_module.rs written in Typescript.
  • chobit_sexpr.ts : Structured byte string written in Typescript.
Commit count: 243

cargo fmt