This is an automated email from the ASF dual-hosted git repository.

pnoltes pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git


    from 2683e8b8 Merge pull request #591 from 
apache/feature/574-scope-based-resource-management
     add bb2c5585 Add initial "hello world" rust bundle example
     add 42e3148b Merge branch 'master' into feature/599-rust-hello-world-bundle
     add a131c9c3 Move rust dir to misc/experimental and Cargo.lock to gitignore
     add 211e70fa 599: Refactor cargo -> cmake target handling
     add a0c2ca32 599: Update the experimental Rust readme
     add 5d8f5bba 599: Use dynamic lib for the rust bundle activator
     new 88bec1d5 Merge pull request #600 from 
apache/feature/599-rust-hello-world-bundle

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 misc/experimental/CMakeLists.txt                   |  3 +-
 .../.gitkeep => misc/experimental/rust/.gitignore  |  6 ++-
 misc/experimental/rust/CMakeLists.txt              | 45 ++++++++++++++++++++++
 .../experimental/rust/Cargo.toml                   |  5 ++-
 misc/experimental/{ => rust}/README.md             |  9 +++--
 .../rust/hello_world_activator/Cargo.toml          |  9 ++++-
 .../rust/hello_world_activator/src/lib.rs          | 24 +++++-------
 7 files changed, 78 insertions(+), 23 deletions(-)
 copy bundles/pubsub/examples/keys/subscriber/private/.gitkeep => 
misc/experimental/rust/.gitignore (97%)
 create mode 100644 misc/experimental/rust/CMakeLists.txt
 copy libs/dfi/error_injector/CMakeLists.txt => 
misc/experimental/rust/Cargo.toml (93%)
 copy misc/experimental/{ => rust}/README.md (65%)
 copy libs/framework/gtest/config.properties.in => 
misc/experimental/rust/hello_world_activator/Cargo.toml (86%)
 copy 
bundles/remote_services/remote_service_admin_shm_v2/rsa_shm/gtest/src/thpool_ei.h
 => misc/experimental/rust/hello_world_activator/src/lib.rs (69%)

Reply via email to