Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lumpyzhu/ustd
rust.std in c++
https://github.com/lumpyzhu/ustd
cpp rust scientific
Last synced: about 11 hours ago
JSON representation
rust.std in c++
- Host: GitHub
- URL: https://github.com/lumpyzhu/ustd
- Owner: zxlxz
- License: lgpl-3.0
- Created: 2017-08-06T20:39:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-25T08:44:35.000Z (5 months ago)
- Last Synced: 2024-10-14T13:01:34.785Z (4 months ago)
- Topics: cpp, rust, scientific
- Language: C++
- Homepage:
- Size: 179 KB
- Stars: 175
- Watchers: 15
- Forks: 21
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# SFC - C++ Common Library
`sfc` is an open-source collection of C++ code (compliant to C++20), suitable for use in wide range of deployment environments.`sfc` offers efficient static linking support, light weight code and low runtime overhead, strong fail-safe guarantees under correct usage.`sfc` is built on the principle that thes goals are best achieved through simple code that is easy to understand and maintain.
## 1. usage
```bash
cmake -B build
cmake --build build
```## 2. modules
- [x] core
- [x] chr
- [x] cmp
- [x] fmt
- [x] iter
- [x] mem
- [x] num
- [x] ops
- [x] option
- [x] panicking
- [x] ptr
- [x] relfect
- [x] slice
- [x] str
- [x] trait
- [x] tuple
- [x] variant
- [x] alloc
- [x] alloc
- [x] box
- [x] string
- [x] vec
- [x] backtrace
- [x] collections
- [x] circbuf
- [x] queue
- [x] vecmap
- [x] vecset
- [x] env
- [x] ffi
- [x] fs
- [x] file
- [x] meta
- [x] path
- [x] geo
- [x] vector
- [x] angle
- [x] line
- [x] point
- [x] polygon
- [x] trans
- [x] projection
- [x] io
- [x] file
- [x] stdio
- [x] log
- [x] math
- [x] ndview
- [x] ndarray
- [x] serde
- [x] ser
- [x] des
- [x] json
- [x] sync
- [x] atomic
- [x] mutex
- [x] condvar
- [x] test
- [x] unittest
- [x] thread
- [x] time
- [x] datetime
- [x] duration
- [x] instant