This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
-
Ruby version
-
System dependencies
-
Configuration
-
Database creation
-
Database initialization
-
How to run the test suite
-
Services (job queues, cache servers, search engines, etc.)
-
Deployment instructions
-
...
- https://github.com/ffi/ffi
- https://github.com/matsadler/magnus
- https://oxidize-rb.github.io/rb-sys/getting-started.html
- https://bundler.io/blog/2023/01/31/rust-gem-skeleton.html
- https://guides.rubygems.org/rubygems-basics/
- RUST GEM:
-
bundle gem --ext=rust first_rust_gem
- compile and add gem in local system
- link gem from local system into project
- run rails server and verify if it's working
- make a private repository for gem and access it using bundler config
-