Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/membraneframework-labs/bundlex_simple_example
https://github.com/membraneframework-labs/bundlex_simple_example
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/membraneframework-labs/bundlex_simple_example
- Owner: membraneframework-labs
- License: mit
- Created: 2024-05-13T08:21:38.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-13T08:24:24.000Z (8 months ago)
- Last Synced: 2024-05-13T09:37:58.361Z (8 months ago)
- Language: Elixir
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BundlexSimpleNif
A very simple example of using Bundlex. To run, type `mix deps.get` and `mix test`. Relevant files are:
- `bundlex.exs`
- `lib/bundlex_simple_nif/example.ex`
- `c_src/bundlex_simple_nif/example.c`
- `test/bundlex_simple_nif/example_test.exs`
- `mix.exs`