Skip to content

google/nanobind_abseil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

nanobind_abseil

This package contains Nanobind bindings for the Abseil C++ libraries.

At present, this library contains support for:

  • absl::btree_map, in nanobind_abseil/btree_map.h.
  • absl::btree_set, in nanobind_abseil/btree_set.h.
  • absl::flat_hash_map, in nanobind_abseil/flat_hash_map.h.
  • absl::flat_hash_set, in nanobind_abseil/flat_hash_set.h.
  • absl::inlined_vector, in nanobind_abseil/inlined_vector.h.
  • absl::node_hash_map, in nanobind_abseil/node_hash_map.h.
  • absl::node_hash_set, in nanobind_abseil/node_hash_set.h.
  • absl::Span, in nanobind_abseil/span.h.
  • absl::Status, in nanobind_abseil/status.h.

Contributions that add additional ABSL types are welcome!

This is not an officially supported Google product.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors