- Implement comprehensive Rust BSON encoder/decoder - Add Evergreen CI configuration and test scripts - Add GitHub Actions workflow for Rust testing - Add runtime selection via PYMONGO_USE_RUST environment variable - Add performance benchmarking suite - Update build system to support Rust extension - Add documentation for Rust extension usage and testing"
51 lines
680 B
Plaintext
51 lines
680 B
Plaintext
*~
|
|
*#*
|
|
.DS*
|
|
*.cm
|
|
*.class
|
|
*.pyc
|
|
*.pyd
|
|
build/
|
|
doc/_build/
|
|
dist/
|
|
tools/settings.py
|
|
drivers-evergreen-tools
|
|
pymongo.egg-info/
|
|
*.so
|
|
*.egg*
|
|
.tox
|
|
mongocryptd.pid
|
|
.idea/
|
|
.vscode/
|
|
.nova/
|
|
.temp/
|
|
venv/
|
|
secrets-export.sh
|
|
libmongocrypt.tar.gz
|
|
libmongocrypt/
|
|
.venv
|
|
expansion.yml
|
|
*expansions.yml
|
|
.evergreen/scripts/env.sh
|
|
.evergreen/scripts/test-env.sh
|
|
specifications/
|
|
results.json
|
|
.evergreen/atlas_x509_dev_client_certificate.pem
|
|
|
|
# Lambda temp files
|
|
test/lambda/.aws-sam
|
|
test/lambda/mongodb/pymongo/*
|
|
test/lambda/mongodb/gridfs/*
|
|
test/lambda/mongodb/bson/*
|
|
test/lambda/*.json
|
|
|
|
# test results and logs
|
|
xunit-results/
|
|
coverage.xml
|
|
server.log
|
|
.coverage
|
|
|
|
# Rust build artifacts
|
|
target/
|
|
Cargo.lock
|